Skip to content

Update commonmark to v0.29.0 (master)#545

Merged
azahnen merged 1 commit into
masterfrom
renovate-master-commonmark
Jun 22, 2026
Merged

Update commonmark to v0.29.0 (master)#545
azahnen merged 1 commit into
masterfrom
renovate-master-commonmark

Conversation

@renovate

@renovate renovate Bot commented Jun 20, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
org.commonmark:commonmark-ext-gfm-tables 0.28.00.29.0 age confidence
org.commonmark:commonmark 0.28.00.29.0 age confidence

Release Notes

commonmark/commonmark-java (org.commonmark:commonmark-ext-gfm-tables)

v0.29.0

Added
  • Support rendering GFM task list items to Markdown (#​433)
  • Support rendering YAML front matter to Markdown (#​434)
  • Alerts
    • Allow customizing HTML attributes for alert title <p> tag via AttributeProvider (#​427)
    • New configuration for AlertsExtension to allow authors to provide custom
      titles per alert. See the
      custom titles section of the alerts README
      for more information. (#​430)
    • New configuration for AlertsExtension to allow alerts to be nested within
      other blocks (including other alerts). See
      this section of the alerts README
      for more information. (#​430)
    • New configuration for AlertsExtension to allow the set of alert types
      (including standard GFM types) to be completely overwritten. (#​435)
      var extension = AlertsExtension.builder()
              .setAllowedTypes(Map.ofEntries(
                      Map.entry("IMPORTANT", "Important"),
                      Map.entry("WARNING", "Warning")
                      Map.entry("BUG", "Known Bug")
              ))
              .build();
    • Support rendering alerts to text (#​437)

Configuration

📅 Schedule: (in timezone Europe/Berlin)

  • Branch creation
    • "after 10pm,before 6am"
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot requested a review from azahnen as a code owner June 20, 2026 20:38
@renovate renovate Bot force-pushed the renovate-master-commonmark branch from a17ed02 to 77b4a7e Compare June 22, 2026 06:44
@azahnen azahnen merged commit e4134f2 into master Jun 22, 2026
3 checks passed
@azahnen azahnen deleted the renovate-master-commonmark branch June 22, 2026 06:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant